projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b01943
)
(pending-undo-list): Var declared.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 22 May 1993 04:21:25 +0000
(
04:21
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 22 May 1993 04:21:25 +0000
(
04:21
+0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 8ce7cfceadcf99fe3efbb0a7d947d093f2bcdecb..f5184105361ff85efd1fd7188998d18d554dab21 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-608,6
+608,9
@@
A numeric argument serves as a repeat count."
(and modified (not (buffer-modified-p))
(delete-auto-save-file-if-necessary))))
+(defvar pending-undo-list nil
+ "Within a run of consecutive undo commands, list remaining to be undone.")
+
(defun undo-start ()
"Set `pending-undo-list' to the front of the undo list.
The next call to `undo-more' will undo the most recently made change."